Skip to content

Commit

Permalink
fix version string
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmark committed Oct 15, 2017
1 parent 1ff6d19 commit 3f37b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default (input: string): ?string => {

// Outer template
const result = {
version: 3,
version: "3.3",
services: {
[serviceName]: service,
},
Expand Down

0 comments on commit 3f37b35

Please sign in to comment.