We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81bd01e commit 051e64fCopy full SHA for 051e64f
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, 2, 2)
+VERSION = (0, 2, 3)
15
16
__version__ = ".".join(map(str, VERSION))
0 commit comments