Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmorgan-fa committed Feb 6, 2025
1 parent 3afe923 commit ee72d68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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:
aws_local_config_parser (1.0.0)
aws_local_config_parser (1.0.1)
inifile (~> 3)
ostruct

Expand Down Expand Up @@ -111,7 +111,7 @@ DEPENDENCIES

CHECKSUMS
ast (2.4.2) sha256=1e280232e6a33754cde542bc5ef85520b74db2aac73ec14acef453784447cc12
aws_local_config_parser (1.0.0)
aws_local_config_parser (1.0.1)
byebug (11.1.3) sha256=2485944d2bb21283c593d562f9ae1019bf80002143cc3a255aaffd4e9cf4a35b
coderay (1.1.3) sha256=dc530018a4684512f8f38143cd2a096c9f02a1fc2459edcfe534787a7fc77d4b
debug (1.9.2) sha256=48e026c0852c7a10c60263e2e527968308958e266231e36d64e3efcabec7e7fc
Expand Down
2 changes: 1 addition & 1 deletion lib/aws_local_config_parser/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class AwsLocalConfigParser
VERSION = '1.0.0'
VERSION = '1.0.1'
end

0 comments on commit ee72d68

Please sign in to comment.