mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-02-07 13:15:37 +00:00
7 lines
No EOL
120 B
Bash
Executable file
7 lines
No EOL
120 B
Bash
Executable file
#!/bin/bash
|
|
|
|
(
|
|
git describe --always --long --abbrev=10 --tags | tr -d '\n'
|
|
echo -n '+1'
|
|
) > VERSION
|
|
git add VERSION |