Skip to content

Commit

Permalink
Bumped version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zxchris committed Nov 22, 2016
1 parent 5464740 commit a859e92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ assets
BZW=./buildzip $@ dapperdox.exe $+
BZU=./buildzip $@ dapperdox $+

VERSION=1.0.0
VERSION=1.0.1
STEM=dist/dapperdox-${VERSION}

all:
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var VERSION string
// ---------------------------------------------------------------------------
func main() {

VERSION = "1.0.0" // TODO build with doxc to control version number?
VERSION = "1.0.1" // TODO build with doxc to control version number?

log.Printf("DapperDox server version %s starting\n", VERSION)

Expand Down

0 comments on commit a859e92

Please sign in to comment.