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 351034d commit b01f437Copy full SHA for b01f437
.bumpversion.cfg
@@ -1,8 +1,8 @@
1
[bumpversion]
2
-current_version = 0.1.0
+current_version = 0.1.1
3
commit = False
4
tag = False
5
6
[bumpversion:file:README.md]
7
search = Version {current_version}
8
-replace = Version {new_version}
+replace = Version {new_version}
README.md
@@ -1,7 +1,7 @@
# DBMS SQL Scripts for Postgres / Oracle / SQLServer
by Shane Borden
-Version 0.1.0
+Version 0.1.1
These scripts have been collected and modified to help diagnose and expose metadata about various DBMS Products
0 commit comments