2 parents 7f2f5fb + ca1d824 commit 595209eCopy full SHA for 595209e
1 file changed
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