diff --git a/README.md b/README.md index c88e6f7da..39ea2adb0 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ Open Source Helpers

-# Buffalo +"Buffalo" -A Go web development eco-system, designed to make your life easier. +A Go web development eco-system, designed to make your project easier. Buffalo helps you to generate a web project that already has everything from front-end (JavaScript, SCSS, etc.) to the back-end (database, routing, etc.) already hooked up and ready to run. From there it provides easy APIs to build your web application quickly in Go. diff --git a/runtime/version.go b/runtime/version.go index 5dd9aaf15..42cff956c 100644 --- a/runtime/version.go +++ b/runtime/version.go @@ -1,4 +1,4 @@ package runtime // Version is the current version of the buffalo binary -const Version = "v0.14.11" +const Version = "development"