Skip to content

Commit

Permalink
Switching to 1.0.4-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
SR-G committed Dec 20, 2017
1 parent 7182b32 commit 1a4c6fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -4,7 +4,7 @@ SOURCES := $(shell find $(SOURCEDIR) -name '*.go')
BINARY=sol
PWD := $(shell pwd)

VERSION=1.0.3-SNAPSHOT
VERSION=1.0.4-SNAPSHOT
PACKAGE=SleepOnLAN-${VERSION}
BUILD_TIME=$(date "%FT%T%z")

Expand Down
2 changes: 1 addition & 1 deletion src/main/go/sol/version.go
Expand Up @@ -13,7 +13,7 @@ type version struct {
}

// Version string
var Version = version{"sleep-on-lan", 1, 0, 3, "SNAPSHOT", ""}
var Version = version{"sleep-on-lan", 1, 0, 4, "SNAPSHOT", ""}

// Build string
var Build string
Expand Down

0 comments on commit 1a4c6fd

Please sign in to comment.