Skip to content

Commit

Permalink
bump v0.3.8 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed May 26, 2016
1 parent 2e1b85a commit c53f30f
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 0.3.7
%define version 0.3.8
%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 = "0.3.8-rc2"
const Binary = "0.3.8"

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

0 comments on commit c53f30f

Please sign in to comment.