diff options
author | Bryan McLellan <btm@loftninjas.org> | 2014-12-16 15:29:30 -0500 |
---|---|---|
committer | Bryan McLellan <btm@loftninjas.org> | 2015-01-20 16:35:16 -0500 |
commit | ee91ed0ca0786e65241a8836c3ad121bba3257a8 (patch) | |
tree | 9d9b77752c50ea3ecbe1dce7e7d7cae922cae3aa | |
parent | 65bf3d55c0ee1fb4020be352094c307dfb08e408 (diff) | |
download | chef-ee91ed0ca0786e65241a8836c3ad121bba3257a8.tar.gz |
Fix build version for appveyor to be specific to the 12-stable branch
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index b9748c220b..d5751e0054 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: "master-{build}" +version: "12-stable-{build}" os: Windows Server 2012 platform: |