diff --git a/Gemfile.lock b/Gemfile.lock index b5032b41..1d5c2717 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - binda (0.1.7.alpha.3) + binda (0.1.7) aasm (>= 4.11, < 4.13) ancestry (>= 2.1, < 3.1) bourbon (= 4.3.4) diff --git a/lib/binda/version.rb b/lib/binda/version.rb index 1f29e09d..0779af1a 100644 --- a/lib/binda/version.rb +++ b/lib/binda/version.rb @@ -1,3 +1,3 @@ module Binda - VERSION = '0.1.7.alpha.3'.freeze + VERSION = '0.1.7'.freeze end \ No newline at end of file