Skip to content

Commit

Permalink
Version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Oct 28, 2024
1 parent bb57832 commit d13f8b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-fips-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
workflow_call:

jobs:
container-test-job:
test-fips:
name: Test FIPS compatability
runs-on: ubuntu-latest
container:
image: photon:4.0
Expand Down
2 changes: 1 addition & 1 deletion relenv/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import time

# relenv package version
__version__ = "0.17.400006"
__version__ = "0.18.0"

MODULE_DIR = pathlib.Path(__file__).resolve().parent

Expand Down

0 comments on commit d13f8b4

Please sign in to comment.