Skip to content

Commit

Permalink
version bump to v1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed May 16, 2023
1 parent 01fadc4 commit 81181d8
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

## next / unreleased
## 1.6.3 / 2023-05-16

### 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.6.2"
VERSION = "1.6.3"

module VersionProxy
MAJOR = 1
MINOR = 6
TINY = 2
TINY = 3
BUILD = nil

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

0 comments on commit 81181d8

Please sign in to comment.