mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
(
|
||
|
git describe --always --long --abbrev=10 --tags | tr -d '\n'
|
||
|
echo -n '+1'
|
||
|
) > VERSION
|
||
|
git add VERSION
|