From 79eab20760a9def9f0c492f01014adae442bd0bb Mon Sep 17 00:00:00 2001 From: koalasat Date: Mon, 14 Jul 2025 15:12:17 +0200 Subject: [PATCH] v0.8.0-alpha --- Dockerfile | 2 +- manifest.yaml | 4 ++-- scripts/procedures/migrations.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index c26e667..6709914 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM recksato/robosats-client:v0.7.9-alpha +FROM recksato/robosats-client:v0.8.0-alpha RUN apk add bash curl sudo tini wget yq; \ rm -f /var/cache/apk/* diff --git a/manifest.yaml b/manifest.yaml index 29dbeac..312c3e1 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,8 +1,8 @@ id: robosats title: "RoboSats" -version: 0.7.9 +version: 0.8.0 release-notes: | - * Updated to RoboSats v0.7.9-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.7.9-alpha) + * Updated to RoboSats v0.8.0-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.8.0-alpha) * Enable LAN access to RoboSats web interface license: mit wrapper-repo: "https://github.com/Start9Labs/robosats-startos" diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index 2af6f9c..a3c7164 100644 --- a/scripts/procedures/migrations.ts +++ b/scripts/procedures/migrations.ts @@ -1,4 +1,4 @@ import { compat, types as T } from "../deps.ts"; export const migration: T.ExpectedExports.migration = - compat.migrations.fromMapping({}, "0.7.9"); + compat.migrations.fromMapping({}, "0.8.0");