mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-15 06:40:12 +00:00
7 lines
120 B
Text
7 lines
120 B
Text
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
(
|
||
|
|
git describe --always --long --abbrev=10 --tags | tr -d '\n'
|
||
|
|
echo -n '+1'
|
||
|
|
) > VERSION
|
||
|
|
git add VERSION
|