Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
Commited version 0.49, compiled for json support
Browse files Browse the repository at this point in the history
  • Loading branch information
xackery committed Jan 14, 2018
1 parent ca68bfb commit b4a5e93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set -e
export VERSION="0.47"
export VERSION="0.49"
export NAME="discordeq"
rm -rf bin/*
echo "Building Linux"
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func main() {
}

func startService() {
log.Println("Starting DiscordEQ v0.47")
log.Println("Starting DiscordEQ v0.49")
var option string
//Load config
config, err := eqemuconfig.GetConfig()
Expand Down

0 comments on commit b4a5e93

Please sign in to comment.