Revert "📎 Update version.txt file"

This reverts commit a7f39e89f6.
This commit is contained in:
Alejandro Alonso 2023-08-23 09:38:07 +02:00
parent ab87db099a
commit 834c18323e
5 changed files with 6 additions and 49 deletions

View file

@ -375,21 +375,6 @@
[{:keys [::rpc/profile-id]} {:keys [modified-at revn]}]
(str profile-id (dt/format-instant modified-at :iso) revn))
(sv/defmethod ::hey
{::doc/added "1.17"
::rpc/auth false}
[_ _]
(str (rand-int 100)))
(sv/defmethod ::ho
{::doc/added "1.17"
::rpc/auth false}
[_ _]
(str (rand-int 1000)))
(sv/defmethod ::get-file
"Retrieve a file by its ID. Only authenticated users."
{::doc/added "1.17"