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