We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1883b30 commit f4b695eCopy full SHA for f4b695e
lib/active_record/connection_adapters/postgis/version.rb
@@ -3,7 +3,7 @@
3
module ActiveRecord
4
module ConnectionAdapters
5
module PostGIS
6
- VERSION = "0.1.0"
+ VERSION = "0.2.0"
7
end
8
9
release-please-config.json
@@ -2,7 +2,8 @@
2
"packages": {
".": {
"release-type": "ruby",
- "package-name": "activerecord-postgis"
+ "package-name": "activerecord-postgis",
+ "version-file": "lib/activerecord/connection_adapters/postgis/version.rb"
}
0 commit comments