Skip to content

Commit

Permalink
bump version to v0.0.47
Browse files Browse the repository at this point in the history
  • Loading branch information
Raksha-Bharuka committed May 2, 2024
1 parent a7140d1 commit f2d77b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sfrest (0.0.46)
sfrest (0.0.47)
excon

GEM
Expand All @@ -22,7 +22,7 @@ GEM
crack (0.4.4)
diff-lcs (1.4.4)
docile (1.3.2)
excon (0.99.0)
excon (0.110.0)
faker (2.14.0)
i18n (>= 1.6, < 2)
git_bpf (1.0.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/sfrest/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module SFRest
# Just tracks the version of sfrest.
VERSION = '0.0.46'
VERSION = '0.0.47'
end
2 changes: 1 addition & 1 deletion sfrest.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require 'sfrest/version'
Gem::Specification.new do |s|
s.name = 'sfrest'
s.version = SFRest::VERSION
s.date = '2023-02-27'
s.date = '2024-05-02'
s.summary = "Acquia Site Factory Rest API."
s.description = "Wrapper methods around the ACSF Rest API."
s.authors = [
Expand Down

0 comments on commit f2d77b9

Please sign in to comment.