Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
setup for development
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Feb 28, 2018
1 parent 932f95b commit 2fed811
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buffalo/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import (
)

// Version is the current version of the buffalo binary
const Version = "v0.11.0"
// const Version = "v0.11.0"
const Version = "development"

func init() {
decorate("version", versionCmd)
Expand Down

0 comments on commit 2fed811

Please sign in to comment.