diff --git a/runtime/version.go b/runtime/version.go index 130b12709..b3fe860e0 100644 --- a/runtime/version.go +++ b/runtime/version.go @@ -1,6 +1,6 @@ package runtime // Version is the current version of the buffalo binary -const Version = "v0.12.7-beta.1" +const Version = "v0.12.7" // const Version = "development"