Skip to content

Commit

Permalink
bump version to v0.0.49
Browse files Browse the repository at this point in the history
  • Loading branch information
Raksha-Bharuka committed Dec 18, 2024
1 parent 3362214 commit b849847
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.48)
sfrest (0.0.49)
excon

GEM
Expand All @@ -25,7 +25,7 @@ GEM
rexml
diff-lcs (1.5.1)
docile (1.4.0)
excon (0.109.0)
excon (1.2.2)
faker (2.22.0)
i18n (>= 1.8.11, < 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.48'
VERSION = '0.0.49'
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 = '2024-07-12'
s.date = '2024-12-18'
s.summary = "Acquia Site Factory Rest API."
s.description = "Wrapper methods around the ACSF Rest API."
s.authors = [
Expand Down

0 comments on commit b849847

Please sign in to comment.