Skip to content

Commit f4b695e

Browse files
committed
chore: relesse v0.2.0
1 parent 1883b30 commit f4b695e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/active_record/connection_adapters/postgis/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module ActiveRecord
44
module ConnectionAdapters
55
module PostGIS
6-
VERSION = "0.1.0"
6+
VERSION = "0.2.0"
77
end
88
end
99
end

release-please-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"packages": {
33
".": {
44
"release-type": "ruby",
5-
"package-name": "activerecord-postgis"
5+
"package-name": "activerecord-postgis",
6+
"version-file": "lib/activerecord/connection_adapters/postgis/version.rb"
67
}
78
}
89
}

0 commit comments

Comments
 (0)