Skip to content

Commit

Permalink
Prepared v0.18 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hkdb committed Aug 3, 2024
1 parent 7c1dd43 commit 658c788
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/getapp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# app installer #
#################

VER="v0.17"
VER="v0.18"
CYAN='\033[0;36m'
GREEN='\033[1;32m'
NC='\033[0m'
Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<a target="_blank" href="https://github.com/hkdb/app"><img class="logo" src="github.png"></a>
</div>
<div>
<p class="version">Latest: v0.17 (ALPHA)</p>
<p class="version">Latest: v0.18 (ALPHA)</p>
</div>
<script>
// Get the <pre> element
Expand Down
2 changes: 1 addition & 1 deletion dist/updateapp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# app updater #
###############

VER="v0.17"
VER="v0.18"
CYAN='\033[0;36m'
GREEN='\033[1;32m'
NC='\033[0m'
Expand Down
2 changes: 1 addition & 1 deletion dist/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.17
v0.18
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

func main() {

utils.LogLaunchBanner("v0.17.02")
utils.LogLaunchBanner("v0.18")

// Detect environment
cli.GetEnv()
Expand Down

0 comments on commit 658c788

Please sign in to comment.