Skip to content
This repository was archived by the owner on Jan 17, 2026. It is now read-only.

Commit d247729

Browse files
author
Aditya Pillai
committed
Change version number
1 parent 3cf083d commit d247729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/util/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const axios = require('axios');
22

33
// current version
4-
const current = 'v1.3.3';
4+
const current = 'v1.3.4';
55
let latest;
66

77
// look for a new release on github

0 commit comments

Comments
 (0)