Bump version 2.0.0-beta2

This commit is contained in:
Kevin Yue 2024-01-18 08:51:11 -05:00
parent 2d8393dcf7
commit 5c56acc677
2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@ on:
- "*.md" - "*.md"
- .vscode - .vscode
- .devcontainer - .devcontainer
branches: # branches:
- main # - main
# tags: # tags:
# - v*.*.* # - v*.*.*
jobs: jobs:

View File

@ -4,7 +4,7 @@ resolver = "2"
members = ["crates/*", "apps/gpclient", "apps/gpservice", "apps/gpauth"] members = ["crates/*", "apps/gpclient", "apps/gpservice", "apps/gpauth"]
[workspace.package] [workspace.package]
version = "2.0.0-beta.1" version = "2.0.0-beta2"
authors = ["Kevin Yue <k3vinyue@gmail.com>"] authors = ["Kevin Yue <k3vinyue@gmail.com>"]
homepage = "https://github.com/yuezk/GlobalProtect-openconnect" homepage = "https://github.com/yuezk/GlobalProtect-openconnect"
edition = "2021" edition = "2021"