Skip to content

Commit

Permalink
bumped version number to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mackuba committed Jun 1, 2023
1 parent c9c27ec commit 128608f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [Unreleased]
## [0.1.0] - 2023-06-01

- connecting to the firehose websocket

Expand Down
2 changes: 1 addition & 1 deletion lib/skyfall/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Skyfall
VERSION = "0.0.1"
VERSION = "0.1.0"
end

0 comments on commit 128608f

Please sign in to comment.