Skip to content

Commit

Permalink
Bump version to v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkov committed Dec 23, 2022
1 parent 60c6d84 commit 3c56b8c
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.8.0'
version: '1.8.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.8.0-${SNAP_REVISION}" make
VERSION="1.8.1-${SNAP_REVISION}" make
cp dnslookup ${SNAPCRAFT_PART_INSTALL}/
apps:
Expand Down

0 comments on commit 3c56b8c

Please sign in to comment.