Skip to content

Commit

Permalink
ci: Prepare for 0.3.7 release (#153)
Browse files Browse the repository at this point in the history
* ci: Prepare for 0.3.7 release

* Update release.yml
  • Loading branch information
cbaker6 authored Oct 22, 2024
1 parent 55fea63 commit b090fc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
schedule:
- cron: '19 4 * * *'
push:
branches: [ main, '0.3.6' ]
branches: [ main, '0.3.7' ]

env:
LATEST: '0.3.6'
LATEST: '0.3.7'
REGISTRY: docker.io
IMAGE_NAME: ${{ github.repository }}

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ in-project = true

[tool.poetry]
name = "ca-server"
version = "0.3.6"
version = "0.3.7"
description = "Quickly create Certificate Authorities (CAs) for your applications."
authors = ["shina-m <[email protected]>"]

Expand Down

0 comments on commit b090fc9

Please sign in to comment.