Skip to content

Commit

Permalink
Version: Update to 1.99.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijenbergh committed Mar 11, 2024
1 parent 6656ce3 commit 3e5437b
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
Expand Up @@ -6,4 +6,4 @@ package version

// Version is the latest version
// Update this when releasing
const Version = "1.99.0"
const Version = "1.99.1"
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.99.0"
__version__ = "1.99.1"
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.99.0"
__version__ = "1.99.1"


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

0 comments on commit 3e5437b

Please sign in to comment.