Skip to content

Commit

Permalink
bump v1.1.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
ploxiln committed Jan 8, 2019
1 parent 6d6f453 commit c877655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/nsq.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define name nsq
%define version 1.1.0
%define version 1.1.1-alpha
%define release 1
%define path usr/local
%define group Database/Applications
Expand Down
2 changes: 1 addition & 1 deletion internal/version/binary.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"runtime"
)

const Binary = "1.1.0"
const Binary = "1.1.1-alpha"

func String(app string) string {
return fmt.Sprintf("%s v%s (built w/%s)", app, Binary, runtime.Version())
Expand Down

0 comments on commit c877655

Please sign in to comment.