Skip to content

Commit 9e123e3

Browse files
committed
v0.2.2
1 parent a4a8be5 commit 9e123e3

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, 1)
14+
VERSION = (0, 2, 2)
1515

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

0 commit comments

Comments
 (0)