Skip to content

Commit

Permalink
fix arm build and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguida committed Jan 17, 2023
1 parent f793f22 commit 1df677b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id: gitea
title: "Gitea"
version: 1.16.9.1
version: 1.16.9.2
release-notes: |
* Upgrade to run on x86_64 architecture
* Minor bugfixes
Expand All @@ -18,7 +18,6 @@ assets:
license: gitea/LICENSE
icon: icon.png
instructions: instructions.md
docker-images: image.tar
main:
type: docker
image: main
Expand Down
2 changes: 1 addition & 1 deletion scripts/procedures/migrations.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { compat, types as T } from "../deps.ts";

export const migration: T.ExpectedExports.migration = compat.migrations
.fromMapping( {}, "1.16.9.1" );
.fromMapping( {}, "1.16.9.2" );

0 comments on commit 1df677b

Please sign in to comment.