We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afeec2b commit 7fc6862Copy full SHA for 7fc6862
2 files changed
deno.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@amir-s/dev",
3
"exports": "./main.ts",
4
- "version": "1.2.5",
+ "version": "1.2.6",
5
"tasks": {
6
"test": "deno run -A test.ts modules/*/tests/*.test.ts",
7
"release": "deno run -A release.ts"
utils/version.ts
@@ -1,6 +1,6 @@
/* This file is automatically generated. Do not change it manually. */
-const VERSION = /**/ "1.2.5"; /**/
+const VERSION = /**/ "1.2.6"; /**/
export const getCurrentVersion = () => {
return VERSION;
0 commit comments