Skip to content

Commit

Permalink
Merge pull request #327 from synthead/bump-version-to-0.12.3
Browse files Browse the repository at this point in the history
Bump version to 0.12.3
  • Loading branch information
synthead authored Aug 13, 2023
2 parents c15615e + edb542f commit 263bffa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
timex_datalink_client (0.12.2)
timex_datalink_client (0.12.3)
activemodel (~> 7.0.4)
crc (~> 0.4.2)
mdb (~> 0.5.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/timex_datalink_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class TimexDatalinkClient
VERSION = "0.12.2"
VERSION = "0.12.3"
end
2 changes: 1 addition & 1 deletion spec/lib/timex_datalink_client_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
describe "VERSION" do
subject(:version) { described_class::VERSION }

it { should eq("0.12.2") }
it { should eq("0.12.3") }
end

describe "#write" do
Expand Down

0 comments on commit 263bffa

Please sign in to comment.