We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aded1b commit a7b1b8fCopy full SHA for a7b1b8f
.bumpversion.toml
@@ -1,7 +1,7 @@
1
# Configuration file for bumpversion
2
# See https://github.com/callowayproject/bump-my-version
3
[tool.bumpversion]
4
-current_version = "1.12.0"
+current_version = "1.13.0"
5
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
6
serialize = ["{major}.{minor}.{patch}"]
7
search = "{current_version}"
VERSION
@@ -1 +1 @@
-1.12.0
+1.13.0
src/Translator.php
@@ -17,7 +17,7 @@ class Translator
17
/**
18
* Library version.
19
*/
20
- public const VERSION = '1.12.0';
+ public const VERSION = '1.13.0';
21
22
23
* Implements all HTTP requests and retries.
0 commit comments