Skip to content

Commit

Permalink
version bump to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Dec 27, 2023
1 parent 63f22d1 commit 4f8ff6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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

## next / unreleased
## 1.7.0 / 2023-12-27

### Ruby

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

VERSION = "1.6.9"
VERSION = "1.7.0"

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

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

0 comments on commit 4f8ff6f

Please sign in to comment.