From 492e8ff568e79e83fd8db3134c804ba61a990cc2 Mon Sep 17 00:00:00 2001 From: Andrey Meshkov Date: Wed, 6 Jul 2022 20:25:26 +0300 Subject: [PATCH] Bump version to v1.7.1 --- snapcraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 0bae40e..c34063e 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: dnslookup -version: '1.7.0' +version: '1.7.1' summary: Simple command-line tool to make DNS lookups using any protocol. description: | Simple command-line tool to make DNS lookups to the specified server using any protocol: DNS, DOH, DOT, DNSCrypt. @@ -35,7 +35,7 @@ parts: build-snaps: [ go ] build-packages: [ git, build-essential ] override-build: | - VERSION="1.7.0-${SNAP_REVISION}" make + VERSION="1.7.1-${SNAP_REVISION}" make cp dnslookup ${SNAPCRAFT_PART_INSTALL}/ apps: