Skip to content

Commit

Permalink
Bump version to v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkov committed Jul 6, 2022
1 parent e95e819 commit 492e8ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 492e8ff

Please sign in to comment.