Skip to content

Commit dc6bea6

Browse files
committed
v0.2.4
1 parent f1bbab0 commit dc6bea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

goplus/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
VERSION = (0, 2, 3)
14+
VERSION = (0, 2, 4)
1515

1616
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)