Skip to content

Commit

Permalink
chore: bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natalian98 committed Mar 6, 2024
1 parent 3159b7d commit 007ca3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: kratos
base: bare
build-base: ubuntu:22.04
version: "1.0.0"
build-base: ubuntu@22.04
version: "1.1.0"
summary: Ory Kratos identity server
description: |
Ory Kratos is an Identity and User Management system.
Expand Down Expand Up @@ -71,12 +71,12 @@ parts:
kratos:
plugin: go
build-snaps:
- go/1.19/stable
- go/1.21/stable
build-environment:
- CGO_ENABLED: 0
source: https://github.com/ory/kratos
source-type: git
source-tag: v1.0.0
source-tag: v1.1.0
override-build: |
src_config_path="github.com/ory/kratos/driver"
build_ver="${src_config_path}/config.Version"
Expand Down

0 comments on commit 007ca3f

Please sign in to comment.