]> Untitled Git - lemmy.git/commitdiff
Fixing deploy version.
authorDessalines <tyhou13@gmx.com>
Fri, 19 Feb 2021 18:05:42 +0000 (13:05 -0500)
committerDessalines <tyhou13@gmx.com>
Fri, 19 Feb 2021 18:05:42 +0000 (13:05 -0500)
crates/api/src/version.rs [deleted file]
docker/prod/deploy.sh

diff --git a/crates/api/src/version.rs b/crates/api/src/version.rs
deleted file mode 100644 (file)
index 6b250cf..0000000
+++ /dev/null
@@ -1 +0,0 @@
-pub const VERSION: &str = "0.9.8";
index c4f9c2c8a31ed10996086b5440351012d0e63109..c54e4ac6bd1c4b6829434492dd621eb33f10e417 100755 (executable)
@@ -9,8 +9,8 @@ new_tag="$1"
 # Setting the version on the front end
 cd ../../
 # Setting the version on the backend
-echo "pub const VERSION: &str = \"$new_tag\";" > "crates/api/src/version.rs"
-git add "crates/api/src/version.rs"
+echo "pub const VERSION: &str = \"$new_tag\";" > "crates/utils/src/version.rs"
+git add "crates/utils/src/version.rs"
 # Setting the version for Ansible
 echo $new_tag > "ansible/VERSION"
 git add "ansible/VERSION"