Skip to content

Commit bf2e157

Browse files
committed
feat: v0.2.5
1 parent 4104400 commit bf2e157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

goplus/__version__.py

Lines changed: 1 addition & 1 deletion
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, 4)
14+
VERSION = (0, 2, 5)
1515

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

0 commit comments

Comments
 (0)