Skip to content

Commit

Permalink
Bump snap version
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkov committed Jun 23, 2024
1 parent 1540652 commit 9b93ddd
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.11.0'
version: '1.11.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.11.0-${SNAP_REVISION}" make
VERSION="1.11.1-${SNAP_REVISION}" make
cp dnslookup ${SNAPCRAFT_PART_INSTALL}/
apps:
Expand Down

0 comments on commit 9b93ddd

Please sign in to comment.