Skip to content

Commit d13f8b4

Browse files
committed
Version fix
1 parent bb57832 commit d13f8b4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test-fips-action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
workflow_call:
55

66
jobs:
7-
container-test-job:
7+
test-fips:
8+
name: Test FIPS compatability
89
runs-on: ubuntu-latest
910
container:
1011
image: photon:4.0

relenv/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import time
1919

2020
# relenv package version
21-
__version__ = "0.17.400006"
21+
__version__ = "0.18.0"
2222

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

0 commit comments

Comments
 (0)