diff --git a/goplus/__version__.py b/goplus/__version__.py index 533ab03..934aaaa 100644 --- a/goplus/__version__.py +++ b/goplus/__version__.py @@ -11,6 +11,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION = (0, 2, 3) +VERSION = (0, 2, 4) __version__ = ".".join(map(str, VERSION))