Skip to content

Commit 8f4c4d2

Browse files
committed
Update version to 0.6.13
1 parent 7b08171 commit 8f4c4d2

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
OASISFormat: 0.4
22
OCamlVersion: >= 3.12.0
33
Name: google-drive-ocamlfuse
4-
Version: 0.6.12
4+
Version: 0.6.13
55
LicenseFile: LICENSE
66
License: MIT
77
BuildType: ocamlbuild (0.3)

setup.ml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* setup.ml generated for the first time by OASIS v0.2.1~alpha1 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: 380950318a37ab42b9c18292497b376c) *)
4+
(* DO NOT EDIT (digest: 4b3c92760e29e865c8c15e16134cd64b) *)
55
(*
66
Regenerated by OASIS v0.4.8
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -7027,7 +7027,7 @@ let setup_t =
70277027
{
70287028
oasis_version = "0.4";
70297029
ocaml_version = Some (OASISVersion.VGreaterEqual "3.12.0");
7030-
version = "0.6.12";
7030+
version = "0.6.13";
70317031
license =
70327032
OASISLicense.DEP5License
70337033
(OASISLicense.DEP5Unit
@@ -7436,15 +7436,16 @@ let setup_t =
74367436
};
74377437
oasis_fn = Some "_oasis";
74387438
oasis_version = "0.4.8";
7439-
oasis_digest = Some "\186L\nVT\184i\012\017u\155\2036\184)\161";
7439+
oasis_digest =
7440+
Some "\018M\020\201\007\031\017\1717\005\007\162\171\030\167\185";
74407441
oasis_exec = None;
74417442
oasis_setup_args = [];
74427443
setup_update = false
74437444
};;
74447445

74457446
let setup () = BaseSetup.setup setup_t;;
74467447

7447-
# 7448 "setup.ml"
7448+
# 7449 "setup.ml"
74487449
let setup_t = BaseCompat.Compat_0_4.adapt_setup_t setup_t
74497450
open BaseCompat.Compat_0_4
74507451
(* OASIS_STOP *)

src/config.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ open GapiUtils.Infix
22
open GapiLens.Infix
33

44
let application_name = "google-drive-ocamlfuse"
5-
let version = "0.6.12"
5+
let version = "0.6.13"
66

77
type t = {
88
(* Number of seconds metadata should be cached. *)

0 commit comments

Comments
 (0)