Skip to content

Commit

Permalink
Merge pull request #641 from AmpersandTarski/development
Browse files Browse the repository at this point in the history
Release 3.8.3
  • Loading branch information
hanjoosten authored Mar 23, 2017
2 parents 8d22ef9 + 212cd03 commit 3c9b3e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ampersand.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ampersand
version: 3.8.2
version: 3.8.3
author: Stef Joosten
maintainer: [email protected]
synopsis: Toolsuite for automated design of business processes.
Expand Down
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ before_build:
# in this script we end up making a new tag when we push a release)
skip_tags: true

# need curl in the path (used to be in there automatically, see http://help.appveyor.com/discussions/problems/6312-curl-command-not-found
install:
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%

# perform the typical stack build, and also install the
# ampersand.exe file that we will mark as an artifact
build_script:
Expand Down

0 comments on commit 3c9b3e5

Please sign in to comment.