Skip to content

Commit

Permalink
fix: Prepare for 0.3.6 release (#149)
Browse files Browse the repository at this point in the history
* fix: Prepare for 0.3.6 release

* Update pyproject.toml
  • Loading branch information
cbaker6 authored Oct 15, 2024
1 parent f1241c3 commit 8554dc7
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.4' ]
branches: [ main, '0.3.6' ]

env:
LATEST: '0.3.4'
LATEST: '0.3.6'
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.5"
version = "0.3.6"
description = "Quickly create Certificate Authorities (CAs) for your applications."
authors = ["shina-m <[email protected]>"]

Expand Down

0 comments on commit 8554dc7

Please sign in to comment.