Skip to content

Commit

Permalink
Update increment.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
0mniteck authored Mar 20, 2024
1 parent 7a31621 commit d1448c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion increment.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

Last_Version_Number=7.3
Version_Number=7.3
Version_Number=$(echo "$Last_Version_Number + .01" | bc -l)

sed -i s/signal-desktop_$(echo $Last_Version_Number).0_arm64.deb/signal-desktop_$(echo $Version_Number).0_arm64.deb/g docs/_layouts/default.html

Expand Down

0 comments on commit d1448c9

Please sign in to comment.