Skip to content

Commit 0c261dc

Browse files
committed
revert version
1 parent 318762b commit 0c261dc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
secrets-manager (1.2.0)
4+
secrets-manager (1.1.0)
55
activesupport (~> 5.0, >= 5.0.0.1)
66
aws-sdk-secretsmanager (>= 1.31.0)
77
concurrent-ruby (>= 1.0)

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SecretsManager
2-
VERSION = "1.2.0"
2+
VERSION = "1.1.0"
33
end

spec/manager_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
RSpec.describe SecretsManager do
44
it "returns the correct version" do
5-
expect(described_class::VERSION).to eq("1.2.0")
5+
expect(described_class::VERSION).to eq("1.1.0")
66
end
77

88
describe "#new" do

0 commit comments

Comments
 (0)