Skip to content

Commit

Permalink
bumped version to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
horologger committed Sep 13, 2024
1 parent 9830fd6 commit 353884a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_Store
.vscode
.env
*.db
*.macaroon
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/getalby/hub:v1.6.0 AS builder
FROM ghcr.io/getalby/hub:v1.8.0 AS builder

FROM debian:12-slim AS final

Expand Down
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id: albyhub
title: Alby Hub
version: 1.6.0
version: 1.8.0
release-notes: Alby Hub initial release
license: Apache-2.0
wrapper-repo: "https://github.com/horologger/albyhub-startos"
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.6.0" );
.fromMapping({}, "1.8.0" );

0 comments on commit 353884a

Please sign in to comment.