Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
Version 1.0.99
Browse files Browse the repository at this point in the history
This is a "beta" release of what will eventually be 1.1.0. The main feature in
this release is partial support for 1.0.99.
  • Loading branch information
Sharpie committed Nov 9, 2018
1 parent 31761a4 commit fbccd7b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Gemfile.lock
/classes
pom.xml
pom.xml.asc
*.jar
*.class
/.bundle
/.lein-*
Expand Down
Binary file added files/facts-upload.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sharpie-facts_upload",
"version": "1.0.4",
"version": "1.0.99",
"author": "Charlie Sharpsteen",
"summary": "Re-implements the puppet facts upload command and associated Puppet Server endpoint.",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Version of Puppet Server to develop and test against"
(get (System/getenv) "PUPPETSERVER_VERSION" "5.1.6"))

(defproject sharpie/facts-upload "1.0.4"
(defproject sharpie/facts-upload "1.0.99"
:description "Puppet Server endpoint for the facts upload command"
:license {:name "Apache License 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0.html"}
Expand Down

0 comments on commit fbccd7b

Please sign in to comment.