Skip to content

Commit

Permalink
version update 1.19.16 (#6)
Browse files Browse the repository at this point in the history
* version bump
  • Loading branch information
13Homer13 authored Jun 20, 2024
1 parent 9b1b217 commit 0ca5906
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt update && \

WORKDIR /opt

ARG BISQ_VERSION=1.9.15
ARG BISQ_VERSION=1.9.16
ENV BISQ_DEBFILE Bisq-64bit-$BISQ_VERSION.deb
ENV BISQ_DEB_URL https://bisq.network/downloads/v$BISQ_VERSION/$BISQ_DEBFILE
ENV BISQ_ASC_URL https://bisq.network/downloads/v$BISQ_VERSION/$BISQ_DEBFILE.asc
Expand Down
5 changes: 2 additions & 3 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@

id: bisq
title: "Bisq"
version: 1.9.15.1
version: 1.9.16
release-notes: |
- Upstream Bisq update to version 1.9.15 - [click here for more info](https://github.com/bisq-network/bisq/releases/tag/v1.9.15)
- Bump Bitcoin dependency
- Upstream Bisq update to version 1.9.16 - [click here for more info](https://github.com/bisq-network/bisq/releases/tag/v1.9.16)
license: GPLv3
wrapper-repo: "https://github.com/Start9Labs/bisq-startos"
upstream-repo: "https://github.com/bisq-network/bisq"
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.9.15.1" );
.fromMapping({}, "1.9.16" );

0 comments on commit 0ca5906

Please sign in to comment.