Skip to content

Commit

Permalink
Bump version to 0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
harryjsmith committed May 15, 2019
1 parent e548fb3 commit cd06f51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/hello-ruby/Gemfile
@@ -1,3 +1,3 @@
source 'https://rubygems.org' do
gem 'fdk','>= 0.0.19'
gem 'fdk','>= 0.0.20'
end
2 changes: 1 addition & 1 deletion lib/fdk/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module FDK
VERSION = "0.0.19"
VERSION = "0.0.20"
end

0 comments on commit cd06f51

Please sign in to comment.