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 f81620c commit 4517a2cCopy full SHA for 4517a2c
goplus/__version__.py
@@ -11,6 +11,6 @@
11
# See the License for the specific language governing permissions and
12
# limitations under the License.
13
14
-VERSION = (0, 1, 1)
+VERSION = (0, 1, 2)
15
16
__version__ = ".".join(map(str, VERSION))
0 commit comments