Skip to content

Commit

Permalink
πŸ”– Release Version 1.0.6-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
shepilov committed Jan 30, 2025
1 parent 48e7e8b commit d90869c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tdrive/backend/node/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default {
current: /* @VERSION_DETAIL */ "1.0.6-rc3",
current: /* @VERSION_DETAIL */ "1.0.6-rc4",
minimal: {
web: /* @MIN_VERSION_WEB */ "1.0.6-rc3",
mobile: /* @MIN_VERSION_MOBILE */ "1.0.6-rc3",
web: /* @MIN_VERSION_WEB */ "1.0.6-rc4",
mobile: /* @MIN_VERSION_MOBILE */ "1.0.6-rc4",
},
};

0 comments on commit d90869c

Please sign in to comment.