Skip to content

Commit

Permalink
version bump to v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jan 24, 2024
1 parent 6cb2906 commit 5374a84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sqlite3-ruby Changelog

## 1.7.next / unreleased
## 1.7.1 / 2024-01-24

### Dependencies

Expand Down
4 changes: 2 additions & 2 deletions lib/sqlite3/version.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module SQLite3

VERSION = "1.7.0"
VERSION = "1.7.1"

module VersionProxy
MAJOR = 1
MINOR = 7
TINY = 0
TINY = 1
BUILD = nil

STRING = [ MAJOR, MINOR, TINY, BUILD ].compact.join( "." )
Expand Down

0 comments on commit 5374a84

Please sign in to comment.