From d90da5d5409c612adccd3e9690a01ec4c5deacb6 Mon Sep 17 00:00:00 2001 From: Eugene Bujak Date: Fri, 4 Jan 2019 22:18:53 +0300 Subject: [PATCH] Bump version to v0.92-hotfix1 --- Dockerfile.arm | 2 +- Dockerfile.linux | 2 +- Dockerfile.linux64 | 2 +- README.md | 10 +++++----- version.json | 16 ++++++++-------- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Dockerfile.arm b/Dockerfile.arm index fae2f026..90cbf511 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -2,7 +2,7 @@ FROM easypi/alpine-arm:latest LABEL maintainer="Erik Rogers " # AdGuard version -ARG ADGUARD_VERSION="0.92" +ARG ADGUARD_VERSION="0.92-hotfix1" ENV ADGUARD_VERSION $ADGUARD_VERSION # AdGuard architecture and package info diff --git a/Dockerfile.linux b/Dockerfile.linux index 816d4ccf..399c1a81 100644 --- a/Dockerfile.linux +++ b/Dockerfile.linux @@ -2,7 +2,7 @@ FROM alpine:latest LABEL maintainer="Erik Rogers " # AdGuard version -ARG ADGUARD_VERSION="0.92" +ARG ADGUARD_VERSION="0.92-hotfix1" ENV ADGUARD_VERSION $ADGUARD_VERSION # AdGuard architecture and package info diff --git a/Dockerfile.linux64 b/Dockerfile.linux64 index dff3a540..66041873 100644 --- a/Dockerfile.linux64 +++ b/Dockerfile.linux64 @@ -2,7 +2,7 @@ FROM alpine:latest LABEL maintainer="Erik Rogers " # AdGuard version -ARG ADGUARD_VERSION="0.92" +ARG ADGUARD_VERSION="0.92-hotfix1" ENV ADGUARD_VERSION $ADGUARD_VERSION # AdGuard architecture and package info diff --git a/README.md b/README.md index 1a03525b..3ca6f13c 100644 --- a/README.md +++ b/README.md @@ -51,23 +51,23 @@ In the future, AdGuard Home is supposed to become more than just a DNS server. ### Mac -Download this file: [AdGuardHome_v0.92_MacOS.zip](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92/AdGuardHome_v0.92_MacOS.zip), then unpack it and follow ["How to run"](#how-to-run) instructions below. +Download this file: [AdGuardHome_v0.92-hotfix1_MacOS.zip](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92-hotfix1/AdGuardHome_v0.92-hotfix1_MacOS.zip), then unpack it and follow ["How to run"](#how-to-run) instructions below. ### Windows 64-bit -Download this file: [AdGuardHome_v0.92_Windows.zip](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92/AdGuardHome_v0.92_Windows.zip), then unpack it and follow ["How to run"](#how-to-run) instructions below. +Download this file: [AdGuardHome_v0.92-hotfix1_Windows.zip](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92-hotfix1/AdGuardHome_v0.92-hotfix1_Windows.zip), then unpack it and follow ["How to run"](#how-to-run) instructions below. ### Linux 64-bit Intel -Download this file: [AdGuardHome_v0.92_linux_amd64.tar.gz](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92/AdGuardHome_v0.92_linux_amd64.tar.gz), then unpack it and follow ["How to run"](#how-to-run) instructions below. +Download this file: [AdGuardHome_v0.92-hotfix1_linux_amd64.tar.gz](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92-hotfix1/AdGuardHome_v0.92-hotfix1_linux_amd64.tar.gz), then unpack it and follow ["How to run"](#how-to-run) instructions below. ### Linux 32-bit Intel -Download this file: [AdGuardHome_v0.92_linux_386.tar.gz](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92/AdGuardHome_v0.92_linux_386.tar.gz), then unpack it and follow ["How to run"](#how-to-run) instructions below. +Download this file: [AdGuardHome_v0.92-hotfix1_linux_386.tar.gz](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92-hotfix1/AdGuardHome_v0.92-hotfix1_linux_386.tar.gz), then unpack it and follow ["How to run"](#how-to-run) instructions below. ### Raspberry Pi (32-bit ARM) -Download this file: [AdGuardHome_v0.92_linux_arm.tar.gz](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92/AdGuardHome_v0.92_linux_arm.tar.gz), then unpack it and follow ["How to run"](#how-to-run) instructions below. +Download this file: [AdGuardHome_v0.92-hotfix1_linux_arm.tar.gz](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92-hotfix1/AdGuardHome_v0.92-hotfix1_linux_arm.tar.gz), then unpack it and follow ["How to run"](#how-to-run) instructions below. ## How to update diff --git a/version.json b/version.json index 19474f0e..7ee0e7a2 100644 --- a/version.json +++ b/version.json @@ -1,11 +1,11 @@ { - "version": "v0.92", - "announcement": "AdGuard Home v0.92 is now available!", - "announcement_url": "https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.92", - "download_windows_amd64": "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92/AdGuardHome_v0.92_Windows.zip", - "download_darwin_amd64": "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92/AdGuardHome_v0.92_MacOS.zip", - "download_linux_amd64": "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92/AdGuardHome_v0.92_linux_amd64.tar.gz", - "download_linux_386": "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92/AdGuardHome_v0.92_linux_386.tar.gz", - "download_linux_arm": "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92/AdGuardHome_v0.92_linux_arm.tar.gz", + "version": "v0.92-hotfix1", + "announcement": "AdGuard Home v0.92-hotfix1 is now available!", + "announcement_url": "https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.92-hotfix1", + "download_windows_amd64": "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92-hotfix1/AdGuardHome_v0.92-hotfix1_Windows.zip", + "download_darwin_amd64": "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92-hotfix1/AdGuardHome_v0.92-hotfix1_MacOS.zip", + "download_linux_amd64": "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92-hotfix1/AdGuardHome_v0.92-hotfix1_linux_amd64.tar.gz", + "download_linux_386": "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92-hotfix1/AdGuardHome_v0.92-hotfix1_linux_386.tar.gz", + "download_linux_arm": "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92-hotfix1/AdGuardHome_v0.92-hotfix1_linux_arm.tar.gz", "selfupdate_min_version": "v0.0" }