We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2f5fb commit ca1d824Copy full SHA for ca1d824
goose/version.py
@@ -21,5 +21,5 @@
21
limitations under the License.
22
"""
23
24
-version_info = (1, 0, 23)
+version_info = (1, 0, 24)
25
__version__ = ".".join(map(str, version_info))
0 commit comments