Skip to content

Commit

Permalink
build new version
Browse files Browse the repository at this point in the history
  • Loading branch information
lzurbriggen committed Aug 17, 2023
1 parent 7efe074 commit 1142d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/openapi-simplifier.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var yaml = require('yaml');
var oas31 = require('openapi3-ts/oas31');
var fs = require('fs');

var version = "1.1.3-beta.1";
var version = "1.1.3";

/* eslint-disable @typescript-eslint/no-redundant-type-constituents */
/* eslint-disable @typescript-eslint/no-explicit-any */
Expand Down

0 comments on commit 1142d24

Please sign in to comment.