]> Untitled Git - lemmy.git/commitdiff
change version numbering command
authorFelix Ableitner <me@nutomic.com>
Sat, 16 Nov 2019 00:30:35 +0000 (01:30 +0100)
committerFelix Ableitner <me@nutomic.com>
Sat, 16 Nov 2019 00:32:21 +0000 (01:32 +0100)
docker/dev/deploy.sh
server/src/version.rs
ui/src/version.ts

index 64d815ade133af36a9d0ed2978bd932fab8a9475..a46b41c9df8629afccae2ef1d3c8290b81549604 100755 (executable)
@@ -6,10 +6,10 @@ new_tag="$1"
 git tag $new_tag
 
 # Setting the version on the front end
-echo "export let version: string = '$(git describe --tags --long)';" > "ui/src/version.ts"
+echo "export let version: string = '$(git describe --tags)';" > "ui/src/version.ts"
 git add "ui/src/version.ts"
 # Setting the version on the backend
-echo "pub const VERSION: &'static str = \"$(git describe --tags --long)\";" > "server/src/version.rs"
+echo "pub const VERSION: &'static str = \"$(git describe --tags)\";" > "server/src/version.rs"
 git add "server/src/version.rs"
 
 # Changing the docker-compose prod
index fe1bacb565e48a5ed2c2b5a559515606ac7b9505..dfb054ec5fff34cefea45a2428a2e8b3de69daff 100644 (file)
@@ -1 +1 @@
-pub const VERSION: &'static str = "v0.4.0-6-gd767e94";
+pub const VERSION: &'static str = "v0.4.0-9-g409c0f9";
index aa8e1d67cbe0714a1896171466c061fe2fdc8e62..9d9ed8b3e6ee62cbc0b95d1bfeac3c4e696f4dc7 100644 (file)
@@ -1 +1 @@
-export let version: string = 'v0.4.0.2-0-g062d7f2';
+export let version: string = 'v0.4.0.2-6-gf396c6c';