Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Version: Update to 1.1.99.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijenbergh committed Oct 25, 2023
1 parent 67161ca commit b2915ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const Version = "1.1.2"
const Version = "1.1.99.0"
2 changes: 1 addition & 1 deletion wrappers/python/eduvpn_common/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.2"
__version__ = "1.1.99.0"
2 changes: 1 addition & 1 deletion wrappers/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from wheel.bdist_wheel import bdist_wheel as _bdist_wheel

_libname = "eduvpn_common"
__version__ = "1.1.2"
__version__ = "1.1.99.0"


def getlibpath(plat_name: str) -> typing.Union[str, None]:
Expand Down

0 comments on commit b2915ce

Please sign in to comment.